﻿capital = 306

oob = "GCB_1936"

set_research_slots = 3
set_stability = 0.4
set_war_support = 0.2

# Starting tech
set_technology = {
	infantry_weapons = 1
	tech_support = 1		
	tech_engineers = 1
	gw_artillery = 1
	early_fighter = 1
	fuel_silos = 1
}

if = {
	limit = {
		not = { has_dlc = "Man the Guns" }
	}
	set_technology = {
		early_submarine = 1
		early_destroyer = 1
		early_light_cruiser = 1
	}
	set_naval_oob = "GCB_1936_naval_legacy"
}
if = {
	limit = {
		has_dlc = "Man the Guns"
	}
	set_technology = {
		basic_naval_mines = 1
		early_ship_hull_light = 1
		early_ship_hull_cruiser = 1
		early_ship_hull_submarine = 1
		basic_torpedo = 1
		basic_battery = 1
		basic_light_battery = 1
		basic_secondary_battery = 1
		basic_depth_charges = 1
	}
	set_naval_oob = "GCB_1936_naval_mtg"
}

set_convoys = 50

set_politics = {
	ruling_party = democratic
	last_election = "1935.3.5"
	election_frequency = 48
	elections_allowed = yes
}

set_popularities = {
	democratic = 50
	fascism = 30
	communism = 15
	neutrality = 5
}


add_ideas = {
	restricted
	robber_barons
}
recruit_character = GCB_eleazar_lópez_contreras
recruit_character = GCB_federico_páez
recruit_character = GCB_juan_bautista_fuenmayor
recruit_character = GCB_josé_carlos_mariátegui
recruit_character = GCB_alfonso_lópez_pumarejo
recruit_character = GCB_mariano_ospina_pérez
recruit_character = GCB_carlos_eugenio_restrepo
recruit_character = GCB_eduardo_mendoza_goiticoa
recruit_character = GCB_gustavo_rojas_pinilla


if = {
	limit = { has_dlc = "Man the Guns" }
	
	create_equipment_variant = {
		name = "Almirante Grau Class"
		type = ship_hull_cruiser_1
		name_group = GCB_CL_HISTORICAL
		parent_version = 0
		modules = {
			fixed_ship_battery_slot = ship_light_medium_battery_1
			fixed_ship_anti_air_slot = ship_anti_air_1
			fixed_ship_fire_control_system_slot = ship_fire_control_system_0
			fixed_ship_radar_slot = empty
			fixed_ship_engine_slot = cruiser_ship_engine_1
			fixed_ship_armor_slot = ship_armor_cruiser_1
		}
	}
	
	# Destroyers
	create_equipment_variant = {
		name = "Caldas Class"
		type = ship_hull_light_1
		name_group = GCB_DD_HISTORICAL
		parent_version = 0
		modules = {
			fixed_ship_battery_slot = ship_light_battery_1
			fixed_ship_anti_air_slot = empty
			fixed_ship_fire_control_system_slot = ship_fire_control_system_0
			fixed_ship_radar_slot = empty
			fixed_ship_engine_slot = light_ship_engine_1
			fixed_ship_torpedo_slot = ship_torpedo_1
			rear_1_custom_slot = empty
		}
	}
	
	create_equipment_variant = {
		name = "R1 Class"
		type = ship_hull_submarine_1
		name_group = GCB_SS_HISTORICAL
		parent_version = 0
		modules = {
			fixed_ship_torpedo_slot = ship_torpedo_sub_1
			fixed_ship_engine_slot = sub_ship_engine_1
			rear_1_custom_slot = empty
		}
	}
}